home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import "UpdateSoundView.h"
- #import "Imports.h"
-
- @implementation UpdateSoundView
-
-
- - drawSelf:(const NXRect *)rects :(int)rectCount
- {
- [super drawSelf: rects: rectCount];
- if (continuousUpdate) [theEditController ChangeView:self];
- return self;
- }
-
-
- - HeresTheEditController:anEditController: (BOOL) andTheUpdateChoice;
- {
- theEditController=anEditController;
- continuousUpdate=andTheUpdateChoice;
- return self;
- }
-
-
- @end
-